|
simpletext library
v0.98
Compact variations of put/get write/read and print/scan for smaller program sizes
|
#include "simpletext.h"Functions | |
| int | writeStr (text_t *p, char *str) |
| Send a string on the transmit device. | |
Function to print a string to the pointer.
Copyright (c) 2013, Parallax Inc. Written by Steve Denson
| int writeStr | ( | text_t * | device, |
| char * | str | ||
| ) |
Send a string on the transmit device.
| device | Previously open/started terminal device. |
| str | Null terminated string to send. |
1.8.1.2